home *** CD-ROM | disk | FTP | other *** search
/ Way Cool Arcade Games / Way Cool Arcade Games for Windows (Quantum Axcess)(1996).ISO / comet / wavemix.ini < prev    next >
INI File  |  1996-04-30  |  3KB  |  92 lines

  1. [general]
  2. ; if ShowDevices exists and is non-zero then will display wave out devices and other stuff
  3. ;
  4. ; ShowDevices=0  : default
  5. ; ShowDevices=1     : show output from waveOutGetDevCaps
  6.  
  7. ; if WaveOutDevice exists it should be between zero and one less num devices
  8. ; the default is WAVE_MAPPER
  9. ;
  10. ; WaveOutDevice=0 : use the first device (default)
  11. ; WaveOutDevice=1 : use the second device
  12. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  13. ;
  14. ;
  15.  
  16. ; Wavemix will detect if it is running on a 286 and not use any 386 instructions
  17. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  18. ; cmixit=0 (default) 
  19. ; cmixit=1 uses only 286 code (even on a 386 or >)
  20.  
  21. [default]
  22. ; Remix=1 = ResetRemix()
  23. ; Remix=2 = NoResetRemix()
  24. ; default=1
  25.  
  26. ; GoodWavePos=0 = uses timeGetTime() (default)
  27. ; GoodWavePos=1 = uses waveOutGetPosition()
  28.  
  29. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  30. ; default=3
  31.  
  32. ; WaveBlockLen=#  min = 512 max = 4096
  33. ;   if a number is not specified Wavemix.dll will try to determine a size
  34. ;
  35. WaveBlockLen=688
  36.  
  37. ; SamplesPerSec=11 (11.025 Khz) (default)
  38. ;              =22 (22.04  KHz)
  39. ;              =44 (44.1   KHz)
  40. WaveBlocks=5
  41. Remix=1
  42.  
  43. [Windows Sound System Playback]
  44. ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
  45. Remix=1
  46. GoodWavePos=1
  47. WaveBlocks=3
  48. SamplesPerSec=22
  49. ;WaveBlockLen=
  50.  
  51. [MultiSound Wave Out]
  52. Remix=2
  53. GoodWavePos=1
  54. WaveBlocks=3
  55. ;WaveBlockLen=
  56.  
  57. [SB16 Wave Out]
  58. Remix=1
  59. GoodWavePos=0
  60. WaveBlocks=5
  61. SamplesPerSec=22
  62. ;WaveBlockLen=
  63.  
  64. [SBPro Wave Out]
  65. Remix=1
  66. GoodWavePos=0
  67. WaveBlocks=5
  68. ;WaveBlockLen=
  69.  
  70. [Media Vision Waveform Output]
  71. Remix=1
  72. GoodWavePos=0
  73. WaveBlocks=3
  74. ;WaveBlockLen=
  75.  
  76. [UltraSound Waveform Output]
  77. Remix=2
  78. GoodWavePos=0
  79. WaveBlocks=3
  80. SamplesPerSec=11
  81.  
  82. [not compatible]
  83. ; sound drivers that are not compatible with wavemix.dll can be added here
  84. ; (the =1 is necessary).  One of the major conflicts occur with the PC Speaker
  85. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  86. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  87. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  88. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  89. ; drivers is that they report that they are asynchronous when they are really not.
  90.  
  91. Wave driver for PC Speaker=1
  92.